home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Master Visual Basic 3
/
Master Visual Basic 3 (SAMS Publishing) (1994).ISO
/
mvprog
/
genvbx
/
generic.rc
< prev
next >
Wrap
Text File
|
1994-01-05
|
786b
|
26 lines
//-------------------------------------------------------
// GENERIC.RC
//-------------------------------------------------------
// The RC file for Generic VBX control.
//
// Use the following files as templates for building your
// own VBX control:
//
// - GENERIC.C
// - GENERIC.H
// - GENERIC.DEF
// - GENERIC.RC (this file)
//-------------------------------------------------------
#include "GENERIC.H"
//-------------------------------------------------------
// Control resources for GENERIC control model
//-------------------------------------------------------
IDBMP_UP BITMAP DISCARDABLE "up.bmp"
IDBMP_DOWN BITMAP DISCARDABLE "down.bmp"
IDBMP_UPMONO BITMAP DISCARDABLE "upmono.bmp"
IDBMP_UPEGA BITMAP DISCARDABLE "upega.bmp"